page.tsx 197 B

12345678910
  1. import React from 'react'
  2. import Configuration from '@/app/components/app/configuration'
  3. const IConfiguration = async () => {
  4. return (
  5. <Configuration />
  6. )
  7. }
  8. export default IConfiguration